Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Updates for release 0.28.0 development #75

Merged
merged 5 commits into from
Nov 21, 2022
Merged

Updates for release 0.28.0 development #75

merged 5 commits into from
Nov 21, 2022

Conversation

mlxd
Copy link
Member

@mlxd mlxd commented Nov 18, 2022

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    tests directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the .github/CHANGELOG.md file, summarizing the
    change, and including a link back to the PR.

  • Ensure that code is properly formatted by running make format.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context: This PR prepare the package for the 0.28 release cycle. The following changes will be added:

  • Update release tag to 0.28.0_devx
  • Pin CMake to 3.24.x to avoid pitfalls encountered with 3.25
  • Deprecate Python 3.7 support

Description of the Change: As above.

Benefits: Package updates, continued builds, and reduced build overhead.

Possible Drawbacks:

Related GitHub Issues:

@github-actions
Copy link

Hello. You may have forgotten to update the changelog!
Please edit .github/CHANGELOG.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link
Contributor

@AmintorDusko AmintorDusko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for that!

@mlxd mlxd changed the title Update release tag Updates for release 0.280 development Nov 21, 2022
@mlxd mlxd changed the title Updates for release 0.280 development Updates for release 0.28.0 development Nov 21, 2022
Copy link
Member

@multiphaseCFD multiphaseCFD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @mlxd ! No more comments.

@mlxd
Copy link
Member Author

mlxd commented Nov 21, 2022

Thanks folks!

@mlxd mlxd merged commit 03ba10b into main Nov 21, 2022
@vincentmr vincentmr deleted the release_tag branch April 25, 2023 14:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants